home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / xantfarm / Imakefile next >
Makefile  |  1995-06-20  |  603b  |  18 lines

  1. # @(#) $Header: Imakefile,v 1.3 91/10/16 21:38:24 jef Exp $
  2. #
  3. # Copyright (C) 1991 by Jef Poskanzer
  4. #
  5. # Permission to use, copy, modify, and distribute this software and its
  6. # documentation for any purpose and without fee is hereby granted, provided
  7. # that the above copyright notice appear in all copies and that both that
  8. # copyright notice and this permission notice appear in supporting
  9. # documentation.  This software is provided "as is" without express or
  10. # implied warranty.
  11.  
  12. LOCAL_LIBRARIES =    $(XLIB)
  13. DEPLIBS =        $(DEPXLIB)
  14. SRCS =            xantfarm.c
  15. OBJS =            xantfarm.o
  16.  
  17. ComplexProgramTarget(xantfarm)
  18.